* {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

/*Home*/

.ho-hed {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
    margin-left: 30px;
}

.ho-text {
    text-align: center;
    padding-top: 100px;
    background-color: #ff0000;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}

.ho-text h1 {
    font-size: 40px;
    animation-delay: 0.3s;
}

.ho-text h3 {
    padding-top: 5px;
    animation-delay: 0.4s;
}

.ho-text h4 {
    padding-top: 70px;
    animation-delay: 0.5s;
}

.ho-hed2 {
    text-align: center;
    margin-top: 10px;
}

.ho-img {
    position: absolute;
    display: flex;
    width: 7%;
    aspect-ratio: 3/2;
    object-fit: contain;
    mix-blend-mode: color-burn;
    padding-top: 20px;
}

.ho-img img {
    padding-left: 6px;
    animation-delay: 0.9s;
}

.ho-photo .PF {
    position: absolute;
    /* bottom: 10px; */
    right: 5px;
    margin-top: 90px;
    color: #ea0000;
    font-size: 17px;
    text-align: center;
}

.ho-photo .PF2 {
    text-align: center;
    position: absolute;
    color: #84c706;
}

.ho-photo .PF2 samp {
    font-size: 95px;
    color: #ffe100;
}

.ho-photo .PF3 {
    position: absolute;
    margin-top: 500px;
    /* background-color: #f6f6f6; */
    color: #3f3f3f;
    padding: 10px;
}

.ho-photo .PF3 samp {
    color: #ea0000;
}

.ho-photo img {
    mix-blend-mode: color-burn;
    animation-delay: 0.8s;
}

.video {
    margin-top: 100px;
    text-align: center;
    /* width: 100%; */
}

.video video {
    border-radius: 25px;
}

.hero {
    margin-top: 200px;
    display: flex;
    justify-content: space-evenly;
}

.hero2 {
    width: 500px;
}

.hero2 h1 {
    color: #fff;
    background-color: #ea0000;
    display: inline;
    margin-top: 50px;
}

.hero2 #he {
    padding: 5px;
    border-radius: 10px;
    box-shadow: 3px 3px #620f0f;
}

.hero2 p {
    color: #620f0f;
    font-weight: bold;
    font-size: 17px;
}

/* 
.hero2 button {
    width: 170px;
    height: 45px;
    background: #ea0000;
    color: #FFF;
    border: none;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.4s ease;
}

.hero2 button:hover {
    background-color: transparent;
    border: 1px solid #ea0000;
    color: #000;
} */

/* Google Skills */

.GS {
    margin-top: 100px;
    text-align: center;
}

.GS #h1 {
    color: #620f0f;
}

.GS #h2 {
    margin-top: 20px;
    background-color: #620f0f;
    color: #FFF;
    display: inline-block;
    padding: 10px;
}

.GS #h3 {
    margin-top: 20px;
    color: #620f0f;
}

.gsp {
    display: flex;
    justify-content: space-evenly;
}

.gsp2 {
    padding-top: 80px;
    line-height: 22px;
    font-size: 20px;
    color: #620f0f;
}

/* Branch */

.ppsdM {
    margin-top: 100px;
}

.ppsd-hed {
    text-align: center;
    display: inline-block;
    margin-left: 50px;
}

.ppsd-hed h1 {
    color: #ea0000;
    font-size: 100px;
    line-height: 80px;
}

.ppsd-hed h2 {
    background-color: #ea0000;
    color: #FFF;
}

.map {
    display: flex;
    justify-content: space-evenly;
    margin-top: 10px;
}

.map-img .ppsd-hed2 {
    position: absolute;
    margin-left: 300px;
    color: #6642a1;
}

.map-img .ppsd-hed2 samp {
    color: #ea0000;
}

.ppsd-branch {
    margin-top: 200px;
    text-align: center;
    color: #ea0000;
}

.ppsd-branch2 {
    display: flex;
    margin-top: 20px;
    color: #620f0f;
}

.p-b-c {
    text-align: start;
    margin-left: 30px;
}

.map-img .ppsdimgh {
    position: absolute;
    margin-top: 460px;
    margin-left: 250px;
    color: #6642a1;
}

.map-img .ppsdimgh samp {
    color: #ea0000;
}

.outM {
    color: #620f0f;
    margin-left: 100px;
}


@media (max-width: 984px) {
    .ho-hed {
        flex-direction: column-reverse;
    }

    .ho-photo .PF {
        left: 75%;
    }

    .ho-photo .PF3 {
        margin-top: 655px;
    }

    .ho-photo img {
        width: 100%;
    }

    .ho-photo {
        margin-left: 10%;
    }

    .ho-hed2 {
        margin-top: 58px;
        margin-left: -27px;
    }

    .ho-img {
        width: 23%;
    }

    .video video {
        width: 100%;
        margin-top: 84px;
    }

    .hero {
        flex-direction: column;
        margin-left: 77px;
    }

    .hero2 {
        width: 100%;
    }

    .ppsd-branch2 {
        flex-direction: column;
    }
}

@media (max-width: 800px) {
    .ho-photo {
        margin-left: 0;
        margin-right: 90px;
    }

    .ho-photo .PF {
        right: 0px;
    }

    .map {
        flex-direction: column;
    }

    .ppsd-branch {
        margin-top: 0px;
    }

    .ppsd-branch2 {
        flex-direction: row;
    }

    .map-img img {
        margin-top: 39px;
    }

    .ppsd-branch2 {
        margin-left: 20%
    }

    .outM {
        margin-left: 10px;
        text-align: center;
        margin-top: 50px;
    }

    .ho-photo .PF3 {
        margin-top: 545px;
    }

    .ho-photo img {
        margin-top: 30px;
    }

    .hero {
        margin-top: 100px;
    }
}

@media (max-width:425px) {
    #content {
        width: 100%;
    }

    .gsp {
        flex-direction: column-reverse;
    }

    .map-img img {
        width: 50%;
    }

    .ppsdM {
        width: 100%;
    }

    .map-img .ppsd-hed2 {
        margin-left: 190px;
    }

    .hero {
        margin-left: 10px;
    }

    .ppsd-branch2 {
        margin-left: 0%;
    }

    .map-img .ppsdimgh {
        margin-top: 517px;
        margin-left: 57px;
    }

    .ho-photo .PF2 {
        left: 0;
    }

    .ho-photo .PF {
        left: 31%;
    }

    .ho-photo .PF3 {
        margin-top: 390px;
    }

    .ho-photo img {
        margin-top: 175px;
    }


}